home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / BlueCustom.swf / scripts / frame_630 / PlaceObject2_289_90 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-09-26  |  268 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(this._x > 1200)
  3.    {
  4.       removeMovieClip(this);
  5.    }
  6.    if(this._x < -500)
  7.    {
  8.       removeMovieClip(this);
  9.    }
  10.    this._y = _root.depth._y + 10;
  11.    this._y += _global.ygo;
  12.    this._x += _global.xgo;
  13.    this._x += 4;
  14. }
  15.